home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
menuex1a
/
main.frm
next >
Wrap
Text File
|
1999-10-07
|
2KB
|
93 lines
VERSION 5.00
Begin VB.Form Form1
Caption = "Menu Help"
ClientHeight = 2385
ClientLeft = 165
ClientTop = 735
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 2385
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin VB.Label Label2
Alignment = 2 'Center
Caption = "To see how this was done, right click the form, and select 'Menu Editor"""
Height = 735
Left = 600
TabIndex = 1
Top = 480
Width = 3255
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "By kr0q - worldfamouskr0q@phreaker.net"
Height = 495
Left = 960
TabIndex = 0
Top = 1440
Width = 2655
End
Begin VB.Menu file
Caption = "&File"
Begin VB.Menu new
Caption = "&New"
Shortcut = ^N
End
Begin VB.Menu open
Caption = "&Open"
Shortcut = ^O
End
Begin VB.Menu save
Caption = "&Save"
Shortcut = ^S
End
Begin VB.Menu saveas
Caption = "S&ave As"
End
Begin VB.Menu BREAKER
Caption = "-"
End
Begin VB.Menu exit
Caption = "&Exit"
Shortcut = ^Q
End
End
Begin VB.Menu edit
Caption = "&Edit"
Begin VB.Menu copy
Caption = "Copy"
Shortcut = ^C
End
Begin VB.Menu paste
Caption = "Paste"
Shortcut = ^Y
End
End
Begin VB.Menu help
Caption = "&Help"
Begin VB.Menu needhelp
Caption = "Need Help?"
End
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub List1_Click()
End Sub
Private Sub List1_Scroll()
End Sub
Private Sub List1_Validate(Cancel As Boolean)
End Sub
Private Sub needhelp_Click()
MsgBox "LoL", , "Heh"
End Sub